home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 26 / Issue #26.iso / 2-SOFTWARE / TUAREG FAT 1.5 / _SETUP.1 / Tuareg.exe / 0 / RCDATA / TSHIELDWIN / TSHIELDWIN.txt
Text File  |  2000-08-10  |  4KB  |  185 lines

  1. object shieldwin: Tshieldwin
  2.   Left = 283
  3.   Top = 208
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = ' '
  7.   ClientHeight = 244
  8.   ClientWidth = 385
  9.   Color = 3418225
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWhite
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Shape2: TShape
  22.     Left = 72
  23.     Top = 122
  24.     Width = 241
  25.     Height = 17
  26.     Brush.Color = 8111999
  27.   end
  28.   object Label1: TLabel
  29.     Left = 16
  30.     Top = 8
  31.     Width = 353
  32.     Height = 22
  33.     Caption = 'Please register this version of The Tuareg'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWhite
  36.     Font.Height = -19
  37.     Font.Name = 'Arial'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Label2: TLabel
  42.     Left = 8
  43.     Top = 32
  44.     Width = 369
  45.     Height = 41
  46.     Alignment = taCenter
  47.     AutoSize = False
  48.     Caption = 
  49.       'This is the FAT version of The Tuareg, which is shareware. There' +
  50.       ' is also a FREE version available. For information on "how to re' +
  51.       'gister", the freeware release or special offers, please check ou' +
  52.       't the internet site:'
  53.     WordWrap = True
  54.   end
  55.   object homepageURL: TLabel
  56.     Left = 121
  57.     Top = 80
  58.     Width = 144
  59.     Height = 14
  60.     Cursor = crHandPoint
  61.     AutoSize = False
  62.     Caption = 'http://www.brambos.com'
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = 10086557
  65.     Font.Height = -11
  66.     Font.Name = 'Arial'
  67.     Font.Style = [fsBold, fsUnderline]
  68.     ParentFont = False
  69.     Transparent = True
  70.     OnClick = homepageURLClick
  71.   end
  72.   object Label3: TLabel
  73.     Left = 74
  74.     Top = 106
  75.     Width = 60
  76.     Height = 15
  77.     AutoSize = False
  78.     Caption = 'Username'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clWhite
  81.     Font.Height = -11
  82.     Font.Name = 'Arial'
  83.     Font.Style = []
  84.     ParentFont = False
  85.     WordWrap = True
  86.   end
  87.   object Shape1: TShape
  88.     Left = 72
  89.     Top = 162
  90.     Width = 241
  91.     Height = 17
  92.     Brush.Color = 8111999
  93.   end
  94.   object Label4: TLabel
  95.     Left = 74
  96.     Top = 146
  97.     Width = 60
  98.     Height = 15
  99.     AutoSize = False
  100.     Caption = 'Serial key'
  101.     Font.Charset = DEFAULT_CHARSET
  102.     Font.Color = clWhite
  103.     Font.Height = -11
  104.     Font.Name = 'Arial'
  105.     Font.Style = []
  106.     ParentFont = False
  107.     WordWrap = True
  108.   end
  109.   object Label5: TLabel
  110.     Left = 8
  111.     Top = 224
  112.     Width = 369
  113.     Height = 17
  114.     Alignment = taCenter
  115.     AutoSize = False
  116.     Caption = 
  117.       'Note: both the username and the serial key are treated case sens' +
  118.       'itive...'
  119.     WordWrap = True
  120.   end
  121.   object usernamebox: TEdit
  122.     Left = 75
  123.     Top = 123
  124.     Width = 235
  125.     Height = 14
  126.     BorderStyle = bsNone
  127.     Color = 8111999
  128.     Font.Charset = DEFAULT_CHARSET
  129.     Font.Color = clBlack
  130.     Font.Height = -11
  131.     Font.Name = 'Arial'
  132.     Font.Style = [fsBold]
  133.     ParentFont = False
  134.     TabOrder = 0
  135.     OnChange = usernameboxChange
  136.   end
  137.   object serialkey: TEdit
  138.     Left = 75
  139.     Top = 163
  140.     Width = 235
  141.     Height = 14
  142.     BorderStyle = bsNone
  143.     Color = 8111999
  144.     Font.Charset = DEFAULT_CHARSET
  145.     Font.Color = clBlack
  146.     Font.Height = -11
  147.     Font.Name = 'Arial'
  148.     Font.Style = [fsBold]
  149.     ParentFont = False
  150.     TabOrder = 1
  151.     OnChange = usernameboxChange
  152.   end
  153.   object registerBtn: TButton
  154.     Left = 72
  155.     Top = 192
  156.     Width = 121
  157.     Height = 25
  158.     Caption = 'Register me'
  159.     Enabled = False
  160.     Font.Charset = DEFAULT_CHARSET
  161.     Font.Color = clWhite
  162.     Font.Height = -11
  163.     Font.Name = 'Arial'
  164.     Font.Style = [fsBold]
  165.     ParentFont = False
  166.     TabOrder = 2
  167.     OnClick = registerBtnClick
  168.   end
  169.   object tryBtn: TButton
  170.     Left = 200
  171.     Top = 192
  172.     Width = 113
  173.     Height = 25
  174.     Caption = 'Just wanna try...'
  175.     TabOrder = 3
  176.     OnClick = tryBtnClick
  177.   end
  178.   object timeOutTimer: TTimer
  179.     Interval = 180000
  180.     OnTimer = timeOutTimerTimer
  181.     Left = 352
  182.     Top = 80
  183.   end
  184. end
  185.